home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
doc
/
examples
/
rowcol_row.tcl
< prev
next >
Wrap
Text File
|
1995-06-29
|
343b
|
17 lines
#! moat
xtAppInitialize
xmRowColumn .top managed \
-packing pack_tight \
-orientation horizontal \
-width 150 -resizeWidth False
xmPushButton .top.a managed -labelString A
xmPushButton .top.b managed -labelString BBB
xmPushButton .top.c managed -labelString CCCCCCC
xmPushButton .top.d managed -labelString D
. realizeWidget
. mainLoop